.. _DLC Functions: ========================== DLC Functions ========================== .. toctree:: :maxdepth: 1 The structures used for these functions are :ref:`CDLC` and :ref:`CDLC_Content` +-------------------------------------------------------------------------------------------------------+ | **Quick Ref** | +-------------------------------------------------------------------------------------------------------+ | int __cdecl **CompareCDLCContentByName**\(const void\* a, const void\* b) | +-------------------------------------------------------------------------------------------------------+ | :ref:`CDLC`\* __cdecl **DLCFindByName**\(:ref:`CString` name) | +-------------------------------------------------------------------------------------------------------+ | :ref:`CDLC_Content`\* __cdecl **DLCFindContent**\(:ref:`CString` name) | +-------------------------------------------------------------------------------------------------------+ | :ref:`CDLC`\* __cdecl **DLCGet**\(int id) | +-------------------------------------------------------------------------------------------------------+ | int __cdecl **DLCGetCount**\() | +-------------------------------------------------------------------------------------------------------+ | void __cdecl **DLCInsert**\(:ref:`CDLC` toInsert) | +-------------------------------------------------------------------------------------------------------+ | void __cdecl **DLCInsertContent**\(:ref:`CDLC_Content` toInsert) | +-------------------------------------------------------------------------------------------------------+